3.5.51 \(\int \cos (c+d x) (a+b \sec (c+d x)) \, dx\) [451]

Optimal. Leaf size=15 \[ b x+\frac {a \sin (c+d x)}{d} \]

[Out]

b*x+a*sin(d*x+c)/d

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.176, Rules used = {3872, 2717, 8} \begin {gather*} \frac {a \sin (c+d x)}{d}+b x \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cos[c + d*x]*(a + b*Sec[c + d*x]),x]

[Out]

b*x + (a*Sin[c + d*x])/d

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2717

Int[sin[Pi/2 + (c_.) + (d_.)*(x_)], x_Symbol] :> Simp[Sin[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3872

Int[(csc[(e_.) + (f_.)*(x_)]*(d_.))^(n_.)*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_)), x_Symbol] :> Dist[a, Int[(d*
Csc[e + f*x])^n, x], x] + Dist[b/d, Int[(d*Csc[e + f*x])^(n + 1), x], x] /; FreeQ[{a, b, d, e, f, n}, x]

Rubi steps

\begin {align*} \int \cos (c+d x) (a+b \sec (c+d x)) \, dx &=a \int \cos (c+d x) \, dx+b \int 1 \, dx\\ &=b x+\frac {a \sin (c+d x)}{d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 26, normalized size = 1.73 \begin {gather*} b x+\frac {a \cos (d x) \sin (c)}{d}+\frac {a \cos (c) \sin (d x)}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cos[c + d*x]*(a + b*Sec[c + d*x]),x]

[Out]

b*x + (a*Cos[d*x]*Sin[c])/d + (a*Cos[c]*Sin[d*x])/d

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 21, normalized size = 1.40

method result size
risch \(b x +\frac {a \sin \left (d x +c \right )}{d}\) \(16\)
derivativedivides \(\frac {a \sin \left (d x +c \right )+b \left (d x +c \right )}{d}\) \(21\)
default \(\frac {a \sin \left (d x +c \right )+b \left (d x +c \right )}{d}\) \(21\)
norman \(\frac {b x +b x \left (\tan ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+\frac {2 a \tan \left (\frac {d x}{2}+\frac {c}{2}\right )}{d}}{1+\tan ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )}\) \(50\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(d*x+c)*(a+b*sec(d*x+c)),x,method=_RETURNVERBOSE)

[Out]

1/d*(a*sin(d*x+c)+b*(d*x+c))

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 20, normalized size = 1.33 \begin {gather*} \frac {{\left (d x + c\right )} b + a \sin \left (d x + c\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*(a+b*sec(d*x+c)),x, algorithm="maxima")

[Out]

((d*x + c)*b + a*sin(d*x + c))/d

________________________________________________________________________________________

Fricas [A]
time = 2.07, size = 17, normalized size = 1.13 \begin {gather*} \frac {b d x + a \sin \left (d x + c\right )}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*(a+b*sec(d*x+c)),x, algorithm="fricas")

[Out]

(b*d*x + a*sin(d*x + c))/d

________________________________________________________________________________________

Sympy [A]
time = 1.12, size = 17, normalized size = 1.13 \begin {gather*} a \left (\begin {cases} x \cos {\left (c \right )} & \text {for}\: d = 0 \\\frac {\sin {\left (c + d x \right )}}{d} & \text {otherwise} \end {cases}\right ) + b x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*(a+b*sec(d*x+c)),x)

[Out]

a*Piecewise((x*cos(c), Eq(d, 0)), (sin(c + d*x)/d, True)) + b*x

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 39 vs. \(2 (15) = 30\).
time = 0.44, size = 39, normalized size = 2.60 \begin {gather*} \frac {{\left (d x + c\right )} b + \frac {2 \, a \tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )}{\tan \left (\frac {1}{2} \, d x + \frac {1}{2} \, c\right )^{2} + 1}}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(d*x+c)*(a+b*sec(d*x+c)),x, algorithm="giac")

[Out]

((d*x + c)*b + 2*a*tan(1/2*d*x + 1/2*c)/(tan(1/2*d*x + 1/2*c)^2 + 1))/d

________________________________________________________________________________________

Mupad [B]
time = 0.74, size = 17, normalized size = 1.13 \begin {gather*} \frac {a\,\sin \left (c+d\,x\right )+b\,d\,x}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(c + d*x)*(a + b/cos(c + d*x)),x)

[Out]

(a*sin(c + d*x) + b*d*x)/d

________________________________________________________________________________________